func runtime.runqput

6 uses

	runtime (current package)
		proc.go#L1137: 	runqput(mp.p.ptr(), gp, next)
		proc.go#L4334: 		runqput(pp, gp, true)
		proc.go#L4470: 	runqput(pp, gp, false)
		proc.go#L5302: 		runqput(pp, newg, true)
		proc.go#L7478: func runqput(pp *p, gp *g, next bool) {
		synctest.go#L202: 		runqput(pp, bubble.main, true)